type google.golang.org/grpc.funcServerOption

4 uses

	google.golang.org/grpc (current package)
		server.go#L206: type funcServerOption struct {
		server.go#L210: func (fdo *funcServerOption) apply(do *serverOptions) {
		server.go#L214: func newFuncServerOption(f func(*serverOptions)) *funcServerOption {
		server.go#L215: 	return &funcServerOption{